From: Ken Brown Date: Sat, 25 Mar 2023 22:59:33 +0000 (-0400) Subject: Implement list-system-processes on Cygwin X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~5775 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b4a3be783aee05eaf0155354e71ca2ce1d5356e7;p=emacs.git Implement list-system-processes on Cygwin * configure.ac (HAVE_PROCFS): Define to 1 on Cygwin. (Bug#62462) --- diff --git a/configure.ac b/configure.ac index c5300beb2ba..95701b55704 100644 --- a/configure.ac +++ b/configure.ac @@ -5621,7 +5621,7 @@ case $opsys in esac case $opsys in - gnu-* | solaris ) + gnu-* | solaris | cygwin ) dnl FIXME Can't we test if this exists (eg /proc/$$)? AC_DEFINE([HAVE_PROCFS], [1], [Define if you have the /proc filesystem.]) ;;